home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / easynetd.zip / CONFIG2.NET < prev    next >
Text File  |  1988-01-06  |  581b  |  15 lines

  1. COMPUTER    COMP2    ;sets the computers network name
  2. NETWORK        2        ;type of network leave unchanged
  3. agents 1            ;allows another user to access this computer
  4. lastdrive Z            ;sets the last accessable drive in DOS
  5. echo                ;shows the network loaded
  6. break ON            ;DOS <CRTL> <BREAK>
  7.  
  8. port  com1            ;set the com port to be used by the network
  9. baud  19.2k            ;sets the baud rate of the computer serial port
  10.  
  11. ;    sets the redirected drives for the computer
  12.  
  13. use i: \\comp1\a:\        ;your local drive I is on the remote computer
  14. use j: \\comp1\c:\        ;your local drive J is on the remote computer
  15.